init method

Future<void> init()

the GetStorage package needs to be initiated before use.

Implementation

Future<void> init() async {
  await GetStorage.init(sdk_storage_key);
}