jwt property

Future<String?> get jwt

Retrieves the stored JWT token, or null if not present.

Implementation

Future<String?> get jwt async => await _storage.get(RestApiClientKeys.jwt);