static constant

LinkModePreference const static

Provide native assets as static libraries.

Fails if not all native assets can only be provided as dynamic library. Required for potential link-time tree-shaking of native code. Therefore, preferred to in Dart AOT mode.

Implementation

static const LinkModePreference static = LinkModePreferenceImpl.static;