InqvineAdminService class

Inheritance
  • Object
  • InqvineServiceBase
  • InqvineAdminService

Properties

adminSubscription StreamSubscription<DocumentSnapshot<Object?>?>?
getter/setter pair
adminUserCollection CollectionReference<Object?>
no setter
hashCode int
The hash code for this object.
no setterinherited
isAdmin bool
Returns whether or not the user is an admin. The user is an admin, if their uid is a document in the collection admin_users
no setter
isServiceInitialized bool
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
usersStreamSubscription StreamSubscription<User?>?
getter/setter pair

Methods

dispose() Future<void>
override
initializeService() Future<void>
override
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance InqvineAdminService
no setter