authorizeIOSWith method

Future<AuthResult> authorizeIOSWith(
  1. PassageSocialConnection connection
)

Implementation

Future<AuthResult> authorizeIOSWith(PassageSocialConnection connection) {
  throw UnimplementedError('authorizeIOSWith() has not been implemented.');
}