unregisterForNotification method
Unregisters from notifications of the specified type.
Implementation
Future<void> unregisterForNotification(String notificationType) {
throw UnimplementedError('unregisterForNotification() has not been implemented.');
}