Commit 2d2be34d authored by Libin Lu's avatar Libin Lu Committed by GitHub

Update README.md

parent 6a790a4a
...@@ -254,7 +254,7 @@ class App extends Component { ...@@ -254,7 +254,7 @@ class App extends Component {
FCM.cancelLocalNotification("UNIQ_ID_STRING"); FCM.cancelLocalNotification("UNIQ_ID_STRING");
FCM.cancelAllLocalNotifications(); FCM.cancelAllLocalNotifications();
FCM.setBadgeNumber(); FCM.setBadgeNumber();
FCM.getBadgeNumber(); FCM.getBadgeNumber().then(...);
} }
} }
``` ```
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment