canStart method

Future<bool> canStart()

Indicates whether the session can begin.

Officially Supported Platforms/Implementations:

Use the PlatformWebAuthenticationSession.isMethodSupported method to check if this method is supported at runtime.

Implementation

Future<bool> canStart() => platform.canStart();