nativeAdvancedVideo property

String nativeAdvancedVideo

Returns the unit id of native advanced video.

Checks the startup status of the application at runtime, and returns the unit ID for testing if the startup mode is debug mode, and returns the unit ID for releasing from implemented releaseNativeAdvancedVideo if the startup mode is release mode.

Implementation

String get nativeAdvancedVideo =>
    release ? this.releaseNativeAdvancedVideo : _testNativeAdvancedVideo;