deleteToken method

Future<bool?> deleteToken()

Implementation

Future<bool?> deleteToken() async => prefs?.remove(userToken);