getWidgetVersion static method

  1. @Deprecated('Use AliPlayerWidgetGlobalSetting.kWidgetVersion directly.')
String getWidgetVersion()

获取 Flutter Widget 版本号

Get Flutter Widget version

Deprecated: Use AliPlayerWidgetGlobalSetting.kWidgetVersion directly instead.

This method will be removed in a future release.

Implementation

@Deprecated('Use AliPlayerWidgetGlobalSetting.kWidgetVersion directly.')
static String getWidgetVersion() =>
    AliPlayerWidgetGlobalSetting.kWidgetVersion;