connection property

Future<String?> get connection

Web only: returns the browser network connection reported by the SDK.

Implementation

static Future<String?> get connection async {
  return AliAuthPlatform.instance.getConnection();
}