isVideoMirroringSupported method

Future<bool> isVideoMirroringSupported()

A Boolean value that indicates whether the connection supports video mirroring.

Implementation

Future<bool> isVideoMirroringSupported() async {
  return await _channel.$isVideoMirroringSupported(this) as bool;
}