init method
Initialization for the Storage, e.g. prepare storage paths.
Implementation
@override
Future<void> init(
[bool persistSession = true, bool ignoreExpires = false]) async {
_prefs = await SharedPreferences.getInstance();
}
Initialization for the Storage, e.g. prepare storage paths.
@override
Future<void> init(
[bool persistSession = true, bool ignoreExpires = false]) async {
_prefs = await SharedPreferences.getInstance();
}