canStart method

Future<bool> canStart()

Indicates whether the session can begin.

Officially Supported Platforms/Implementations:

Implementation

Future<bool> canStart() {
  throw UnimplementedError(
      'canStart is not implemented on the current platform');
}