appEventStream abstract method

Stream<AppEventStreamResponse> appEventStream(
  1. ServiceCall call,
  2. AppEventStreamRequest request
)

Implementation

$async.Stream<$1.AppEventStreamResponse> appEventStream(
    $grpc.ServiceCall call, $1.AppEventStreamRequest request);