unregisterForNotification method
Unregisters from notifications of the specified notificationType.
Implementation
Future<void> unregisterForNotification(String notificationType) {
return _platform.unregisterForNotification(notificationType);
}
Unregisters from notifications of the specified notificationType.
Future<void> unregisterForNotification(String notificationType) {
return _platform.unregisterForNotification(notificationType);
}