WebAuthenticationSession.fromPlatform constructor

WebAuthenticationSession.fromPlatform({
  1. required PlatformWebAuthenticationSession platform,
})

Constructs a WebAuthenticationSession from a specific platform implementation.

Implementation

WebAuthenticationSession.fromPlatform({required this.platform});