@override Future<double?> stateMachineGetNumericInput(String key) async { return await methodChannel.invokeMethod<double>( 'stateMachineGetNumericInput', {'key': key}, ); }