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