authToken method

Future<String?> authToken()

This method is used to get the Authentication Token.

Implementation

Future<String?> authToken() {
  throw UnimplementedError('has not been implemented.');
}