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