Future<void> setVideoMuteImage(String imagePath, int fps) async { _channel.invokeMethod("setVideoMuteImage", { "imagePath": imagePath, "fps": fps, }); }