subscribeOnRegistrationEvents method

Stream<RegistrationEvent> subscribeOnRegistrationEvents()

Stream of registration events messages

Implementation

Stream<RegistrationEvent> subscribeOnRegistrationEvents() {
  throw UnimplementedError(
      'subscribeOnRegistrationEvents() has not been implemented.');
}