version property
getter/setter pair
Version of the application, used to clear cache if mismatch is detected.
If not specified, Pubspec.version is used.
Intended to be used in E2E testing.
Implementation
static String? version;
Version of the application, used to clear cache if mismatch is detected.
If not specified, Pubspec.version is used.
Intended to be used in E2E testing.
static String? version;