clearCaches static method
清除 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();