A Boolean value that indicates whether the connection supports video mirroring.
Future<bool> isVideoMirroringSupported() async { return await _channel.$isVideoMirroringSupported(this) as bool; }