connectWithRedirect method

Future<EarthoCredentials?> connectWithRedirect(
  1. String accessId
)

Starts the access flow

accessId - which access the user should connect to take this value from creator.eartho.world

Implementation

Future<EarthoCredentials?> connectWithRedirect(String accessId) async {
  return EarthoOnePlatform.instance.connectWithRedirect(accessId);
}