streamTicks_Pre method
- ServiceCall call,
- Future<
StreamTicksRequest> request
Implementation
$async.Stream<$19.StreamTicksResponse> streamTicks_Pre($grpc.ServiceCall call, $async.Future<$19.StreamTicksRequest> request) async* {
yield* streamTicks(call, await request);
}