version property

String? version
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;