@override Future<void> unloadSoundfont(int sfId) async { await _channel.invokeMethod('unloadSoundfont', {'sfId': sfId}); }