getToken method

Future<String?> getToken()

Implementation

Future<String?> getToken() {
  return FoxhatFlutterPlatform.instance.getToken();
}