Skip to content

Commit c6475d6

Browse files
committed
fix(app): fix test
1 parent c024bc7 commit c6475d6

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)