instance property

AndroidSmartAppUpdate get instance

Gets the singleton instance of SmartAppUpdate

Implementation

static AndroidSmartAppUpdate get instance {
  _instance ??= AndroidSmartAppUpdate._();
  return _instance!;
}