Skip to content

Commit df28fa3

Browse files
Numoywestracer
authored andcommitted
fix(app): fix test
1 parent e6ef886 commit df28fa3

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

flutter_secure_storage/lib/test/test_flutter_secure_storage_platform.dart

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,7 @@ class TestFlutterSecureStoragePlatform extends FlutterSecureStoragePlatform {
5252
required Map<String, String> options,
5353
}) async =>
5454
data[key] = value;
55+
56+
@override
57+
Future<bool> isStrongBoxSupported() async => true;
5558
}

0 commit comments

Comments
 (0)