playWithResourceLoad method

Future<void> playWithResourceLoad(
  1. String url
)

Play with HEVC resource-loader pre-processing (hev1→hvc1 fix).

Implementation

Future<void> playWithResourceLoad(String url) =>
    _invoke('playWithResourceLoad', {'url': url});