isLive property

  1. @override
Future<bool> get isLive

Whether the currently active Source is a live stream.

Implementation

@override
Future<bool> get isLive async => _playerPlatformInterface.isLive;