disableSourceRefreshStrategy method

Future<void> disableSourceRefreshStrategy()

禁用源过期自动刷新

Implementation

Future<void> disableSourceRefreshStrategy() async {
  TTFLogger.i(_logTag, 'disableSourceRefreshStrategy');

  await engineInstanceMethodChannel.invokeMethod(
    'disableSourceRefreshStrategy',
  );
}