FCM kinda works [does not receive notifications]
This commit is contained in:
@@ -1,6 +1,11 @@
|
||||
class KeyTokenAuth {
|
||||
final String userId;
|
||||
final String token;
|
||||
final String tokenAdmin;
|
||||
final String tokenSend;
|
||||
|
||||
KeyTokenAuth({required this.userId, required this.token});
|
||||
KeyTokenAuth({
|
||||
required this.userId,
|
||||
required this.tokenAdmin,
|
||||
required this.tokenSend,
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user