getIdToken method

Future<String?> getIdToken()

After user connected, this function returns the id token of the user

Implementation

Future<String?> getIdToken() async {
  return EarthoOnePlatform.instance.getIdToken();
}