initialize method
Initialize the GetStorage box (must be called before use)
Implementation
Future<void> initialize() async {
await GetStorage.init(_storageBox);
}
Initialize the GetStorage box (must be called before use)
Future<void> initialize() async {
await GetStorage.init(_storageBox);
}