unregisterForPushNotifications method

Future<String> unregisterForPushNotifications ()

Unregisters device from push notifications

Implementation

Future<String> unregisterForPushNotifications() async {
  return await _channel.invokeMethod("unregisterForPushNotifications");
}