We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c458074 commit 1840842Copy full SHA for 1840842
1 file changed
lib/services/shopinbit/shopinbit_service.dart
@@ -10,7 +10,9 @@ class ShopInBitService {
10
11
SecureStorageInterface get _secure {
12
if (_secureStorageInterface == null) {
13
- throw Exception("Did you forget to call ShopInBitService.init()?");
+ throw Exception(
14
+ "Did you forget to call ShopInBitService.ensureInitialized()?",
15
+ );
16
}
17
return _secureStorageInterface!;
18
0 commit comments