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