nativeCall_Pre method
Implementation
$async.Stream<$1.NativeCallReplyItem> nativeCall_Pre($grpc.ServiceCall $call,
$async.Future<$1.NativeCallRequest> $request) async* {
yield* nativeCall($call, await $request);
}
$async.Stream<$1.NativeCallReplyItem> nativeCall_Pre($grpc.ServiceCall $call,
$async.Future<$1.NativeCallRequest> $request) async* {
yield* nativeCall($call, await $request);
}