AdminService class

Properties

adminRef → DatabaseReference
no setter
admins List<String>
no setter
adminsValue Map<String, dynamic>
getter/setter pair
chatAdminUid String?
no setter
hashCode int
The hash code for this object.
no setterinherited
isAdmin bool
no setter
isAdminStream ↔ BehaviorSubject<bool>
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

init() → dynamic
관리자 서비스 초기화
mirrorBackfillRtdbToFirestore() Future<HttpsCallableResult>
Mirror Backfill RTDB to Firestore
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
showDashboard({required BuildContext context}) → dynamic
showUserList({required BuildContext context}) → dynamic
showUserUpdate({required BuildContext context, required String uid}) → dynamic
toString() String
A string representation of this object.
inherited

Operators

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

Static Properties

instance AdminService
no setter