onEvent property

Stream<ZendeskEvent> get onEvent

Stream of ZendeskEvents from the native SDK.

Implementation

Stream<ZendeskEvent> get onEvent {
  throw UnimplementedError('onEvent has not been implemented.');
}