AppManager class

Implemented types
Annotations
  • @Injectable.new(as: IAppManager)

Constructors

AppManager(SharedPreferences sharedPreferences)

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sharedPreferences ↔ SharedPreferences
getter/setter pair

Methods

getBool({required String key, bool defValue = false}) bool
override
getDeviceId() Future<String>
override
getDeviceIpAddress() Future<String?>
override
initiateDeviceIpAddress() Future<void>
override
isAppFirstTime() Future<bool>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
saveBool({required String key, required bool value}) Future<void>
override
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited