@override Future<void> setTargetBuffer(double value) async { final abrConfig = _theoPlayerJS.abr; abrConfig.targetBuffer = value.toJS; }