restore static method
Restore session during bootstrap
Implementation
static Future<void> restore() async {
_token = AppStorage.getString(_tokenKey);
}
Restore session during bootstrap
static Future<void> restore() async {
_token = AppStorage.getString(_tokenKey);
}