playWithResourceLoad method

Future<void> playWithResourceLoad(
  1. String url, {
  2. Map<String, String>? headers,
})

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

Implementation

Future<void> playWithResourceLoad(String url,
        {Map<String, String>? headers}) =>
    _invoke('playWithResourceLoad',
        {'url': url, if (headers != null) 'headers': headers});