Future<int> pauseAudioEffect(int effectId) async { int code = await _channel.invokeMethod('pauseAudioEffect', effectId) ?? -1; return code; }