getAccessToken method

Future<String?> getAccessToken()

Implementation

Future<String?> getAccessToken() async {
  return null;
}