subscribeToInAppEventListener method

StreamSubscription subscribeToInAppEventListener(
  1. void onEvent(
    1. InAppEvent
    )
)

Implementation

StreamSubscription subscribeToInAppEventListener(
    void Function(InAppEvent) onEvent) {
  throw UnimplementedError(
      'subscribeToInAppEventListener() has not been implemented.');
}