containsJwtInStorage property

Future<bool> get containsJwtInStorage

Whether a JWT token exists in storage.

Implementation

Future<bool> get containsJwtInStorage async =>
    await _storage.contains(RestApiClientKeys.jwt);