@override Future<double> getTargetBuffer() async { final abrConfig = _theoPlayerJS.abr; return abrConfig.targetBuffer?.toDartDouble ?? 20.0; }