connectWithPopup method

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

Implementation

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