kInstallMedium top-level property
final
The InstallMedium used to install the app.
This value is read from the compile-time variable INSTALL_MEDIUM and defaults to InstallMedium.selfCompiled.
In order to set the variable use --dart-define when building the app:
flutter build [os] --dart-define=INSTALL_MEDIUM=`VALUE`
Implementation
final kInstallMedium = InstallMedium.values.byName(_kInstallMediumName);