tryDecode abstract method

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

Tries to decodes the token into a Map of claims, returns null if decoding fails.

Implementation

Map<String, dynamic>? tryDecode(String token);