|
@@ -187,6 +187,8 @@ class MessageModel extends ChangeNotifier with InjectApi {
|
|
|
onNotificationMessageArrived: (Map<String, dynamic> event) async {
|
|
|
print("flutter onNotificationMessageArrived: $event");
|
|
|
},
|
|
|
+ // onGrantAuthorization: (String res) async { },
|
|
|
+ // onTransmitUserMessageReceive: (Map<String, dynamic> event) async{ },
|
|
|
);
|
|
|
|
|
|
if (Platform.isAndroid) {
|