GetAuthToken typedef

GetAuthToken = FutureOr<String> Function()

A function that returns the token for authentication

Implementation

typedef GetAuthToken = FutureOr<String> Function();