Finds a token by token string
token The token string to search for Returns token data if found, null otherwise
token
Future<Map<String, dynamic>?> findToken(String token);