init method
the GetStorage
package needs to be initiated before use.
Implementation
Future<void> init() async {
await GetStorage.init(sdk_storage_key);
await _loadKeyPairsFromStorage();
}
the GetStorage
package needs to be initiated before use.
Future<void> init() async {
await GetStorage.init(sdk_storage_key);
await _loadKeyPairsFromStorage();
}