getJwtToken method

Future<String> getJwtToken()

Implementation

Future<String> getJwtToken() async => _prefs.getString(_jwtToken) ?? '';