isLive property

  1. @override
Future<bool> isLive

Whether the currently active Source is a live stream.

Implementation

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