getAuthToken method

Future<String?> getAuthToken()

Implementation

Future<String?> getAuthToken() async => _prefs.getString(_authToken);