We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70d8b5f commit 42ae2faCopy full SHA for 42ae2fa
test/helpers/test_helpers.mocks.dart
@@ -56,8 +56,8 @@ import 'package:shared_preferences/shared_preferences.dart' as _i24;
56
// ignore_for_file: unnecessary_parenthesis
57
// ignore_for_file: camel_case_types
58
59
-class _FakeValueNotifier_0<T> extends _i1.Fake implements _i2.ValueNotifier<T> {
60
-}
+class _FakeValueNotifier_0<T> extends _i1.Fake
+ implements _i2.ValueNotifier<T> {}
61
62
class _FakeDiskSpace_1 extends _i1.Fake implements _i3.DiskSpace {}
63
0 commit comments