null safety
This commit is contained in:
@@ -12,8 +12,8 @@ class CustomerModel extends BaseModel {
|
||||
|
||||
List<User> customers = [];
|
||||
List<User> invitations = [];
|
||||
StreamSubscription<QuerySnapshot> customerListener;
|
||||
StreamSubscription<QuerySnapshot> invitationListener;
|
||||
late StreamSubscription<QuerySnapshot?> customerListener;
|
||||
late StreamSubscription<QuerySnapshot?> invitationListener;
|
||||
|
||||
@override
|
||||
void privilegeChanged() {
|
||||
|
||||
Reference in New Issue
Block a user