streamStatus_Pre method
- ServiceCall call,
- Future<
StreamStatusRequest> request
Implementation
$async.Stream<$31.StreamStatusResponse> streamStatus_Pre($grpc.ServiceCall call, $async.Future<$31.StreamStatusRequest> request) async* {
yield* streamStatus(call, await request);
}