stateMachineStart method

Future<bool?> stateMachineStart()

Implementation

Future<bool?> stateMachineStart() {
  throw UnimplementedError('stateMachineStart() has not been implemented.');
}