registerForNotification method

Future<void> registerForNotification(
  1. String notificationType
)

Registers for notifications of the specified type.

Implementation

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