canStart method
Indicates whether the session can begin.
Officially Supported Platforms/Implementations:
- iOS WKWebView (Official API - ASWebAuthenticationSession.canStart)
- macOS WKWebView (Official API - ASWebAuthenticationSession.canStart)
Use the PlatformWebAuthenticationSession.isMethodSupported method to check if this method is supported at runtime.
Implementation
Future<bool> canStart() => platform.canStart();