isCasting property

  1. @override
Future<bool> isCasting

Whether video is currently being casted to a remote device and not played locally.

Implementation

@override
Future<bool> get isCasting => _invokeMethod(Methods.isCasting);