subscribe_Pre method

Stream<HubEvent> subscribe_Pre(
  1. ServiceCall call,
  2. Future<SubscribeRequest> request
)

Implementation

$async.Stream<$2.HubEvent> subscribe_Pre($grpc.ServiceCall call, $async.Future<$1.SubscribeRequest> request) async* {
  yield* subscribe(call, await request);
}