authorizeWith method

Future<void> authorizeWith(
  1. PassageSocialConnection connection
)

Implementation

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