Explorar el Código

Update push_message.dart

ios bug
linbing hace 4 años
padre
commit
5091f9230e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      lib/push_message.dart

+ 1 - 1
lib/push_message.dart

@@ -33,7 +33,7 @@
 
     String title;
     String summary;
-    Map<String, dynamic> extraMap;
+    Map<dynamic, dynamic> extraMap;
 
     PushNotification(this.title,this.summary,this.extraMap);