streamTicks_Pre method

Stream<StreamTicksResponse> streamTicks_Pre(
  1. ServiceCall call,
  2. Future<StreamTicksRequest> request
)

Implementation

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