playWithResourceLoad method
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});