stateMachineSetBooleanInput method

Future<bool?> stateMachineSetBooleanInput(
  1. String key,
  2. bool value
)

Implementation

Future<bool?> stateMachineSetBooleanInput(String key, bool value) {
  throw UnimplementedError(
    'stateMachineSetBooleanInput() has not been implemented.',
  );
}