clearToken static method

Future<void> clearToken()

Implementation

static Future<void> clearToken() async {
  await _storage.delete(key: _key);
}