loginWithPopup method

Future<Credentials> loginWithPopup(
  1. PopupLoginOptions? options
)

Implementation

Future<Credentials> loginWithPopup(final PopupLoginOptions? options) {
  throw UnimplementedError('web.loginWithPopup has not been implemented');
}