restore static method

Future<void> restore()

Restore session during bootstrap

Implementation

static Future<void> restore() async {
  _token = AppStorage.getString(_tokenKey);
}