WebAuthenticationSession.fromPlatform constructor
WebAuthenticationSession.fromPlatform({
- required PlatformWebAuthenticationSession platform,
Constructs a WebAuthenticationSession from a specific platform implementation.
Implementation
WebAuthenticationSession.fromPlatform({required this.platform});