readToken method

Future<String> readToken()

Implementation

Future<String> readToken() async => prefs?.getString(userToken) ?? '';