stateMachineStop method

Future<bool?> stateMachineStop()

Implementation

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