jwt property

Future<String?> jwt

Implementation

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