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