@override Future<void> closeMidiDevice(int handle) async { await methodChannel.invokeMethod<void>('closeMidiDevice', { 'handle': handle, }); }