unregisterForNotification method

Future<void> unregisterForNotification(
  1. String notificationType
)

Unregisters from notifications of the specified type.

Implementation

Future<void> unregisterForNotification(String notificationType) {
  throw UnimplementedError('unregisterForNotification() has not been implemented.');
}