canStart method
Indicates whether the session can begin.
Officially Supported Platforms/Implementations:
Implementation
Future<bool> canStart() {
throw UnimplementedError(
'canStart is not implemented on the current platform');
}
Indicates whether the session can begin.
Officially Supported Platforms/Implementations:
Future<bool> canStart() {
throw UnimplementedError(
'canStart is not implemented on the current platform');
}