keyPressure method
Implementation
@override
Future<void> keyPressure(int sfId, int channel, int key, int value) async {
await _channel.invokeMethod(
'keyPressure', {'sfId': sfId, 'channel': channel, 'key': key, 'value': value});
}
@override
Future<void> keyPressure(int sfId, int channel, int key, int value) async {
await _channel.invokeMethod(
'keyPressure', {'sfId': sfId, 'channel': channel, 'key': key, 'value': value});
}