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