Future<void> setVideoMirrored(bool isVideoMirrored) async { await _platformInstance.setVideoMirrored(isVideoMirrored); }