unregisterDeviceNotification static method

Future unregisterDeviceNotification()

Unregister the device with FCM

Implementation

static Future unregisterDeviceNotification() {
  return serviceLocator<NotificationRepository>()
      .unregisterDeviceNotification();
}