@override Future<bool> init() async { await GetStorage.init(); _storage = GetStorage(); return true; }