clearCaches static method

  1. @Deprecated('Use AliPlayerWidgetGlobalSetting.clearCaches instead.')
Future<void> clearCaches()

清除 Widget 缓存

Clear widget cache.

Deprecated: Use AliPlayerWidgetGlobalSetting.clearCaches instead.

This method will be removed in a future release.

Implementation

@Deprecated('Use AliPlayerWidgetGlobalSetting.clearCaches instead.')
static Future<void> clearCaches() =>
    AliPlayerWidgetGlobalSetting.clearCaches();