jwt property

Future<String> get jwt
override

Get jwt from storage

Implementation

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