onNewFcmPushToken static method
Sends a new Firebase Cloud Messaging (FCM) push token to LogDrop.
token is the FCM push token string.
Implementation
static onNewFcmPushToken(String token) {
_channel.invokeMethod(MethodNames.onNewFcmPushToken, {'token': token});
}