createPlatformWebAuthenticationSession method

PlatformWebAuthenticationSession createPlatformWebAuthenticationSession(
  1. PlatformWebAuthenticationSessionCreationParams params
)

Creates a new PlatformWebAuthenticationSession.

This function should only be called by the app-facing package. Look at using WebAuthenticationSession in flutter_inappwebview instead.

Implementation

PlatformWebAuthenticationSession createPlatformWebAuthenticationSession(
  PlatformWebAuthenticationSessionCreationParams params,
) {
  throw UnimplementedError(
      'createPlatformWebAuthenticationSession is not implemented on the current platform.');
}