init method
Implementation
Future<StorageService> init() async {
await GetStorage.init(_namespace);
_box = GetStorage(_namespace);
return this;
}
Future<StorageService> init() async {
await GetStorage.init(_namespace);
_box = GetStorage(_namespace);
return this;
}