maxTimeShift property

  1. @override
Future<double> maxTimeShift

Returns the limit in seconds for time shifting. Is either negative or 0. Only applicable for live streams.

Implementation

@override
Future<double> get maxTimeShift async =>
    _invokeMethod<double>(Methods.maxTimeShift);