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