authorizeIOS method

Future<AuthResult> authorizeIOS(
  1. SocialConnection connection
)

Implementation

Future<AuthResult> authorizeIOS(SocialConnection connection) {
  return PassageFlutterPlatform.instance.authorizeIOSWith(connection);
}