currentTtuInternalVersion property

int? currentTtuInternalVersion

Used to check for the current version.

Implementation

int? get currentTtuInternalVersion {
  return getPreference<int?>(key: 'ttu_internal_version', defaultValue: null);
}