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