initAppVersion method

dynamic initAppVersion()

Implementation

initAppVersion() async {
  version.value = await getAppVersion();
}