observeMetrics_Pre method
Implementation
$async.Stream<$0.TransactionMetrics> observeMetrics_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async* {
yield* observeMetrics(call, await request);
}
$async.Stream<$0.TransactionMetrics> observeMetrics_Pre($grpc.ServiceCall call, $async.Future<$0.RequestEnvelope> request) async* {
yield* observeMetrics(call, await request);
}