findToken abstract method

Future<Map<String, dynamic>?> findToken(
  1. String token
)

Finds a token record

token The token string Returns the token record if found, null otherwise

Implementation

Future<Map<String, dynamic>?> findToken(String token);