enableHlsProxy static method

Future<void> enableHlsProxy(
  1. bool enable
)

Implementation

static Future<void> enableHlsProxy(bool enable) async {
  TTFLogger.i('TTVideoEnginDownload', 'enableHlsProxy:$enable');
  await _methodChannel.invokeMethod('enableHlsProxy', enable);
}