nativeCall_Pre method

Stream<NativeCallReplyItem> nativeCall_Pre(
  1. ServiceCall $call,
  2. Future<NativeCallRequest> $request
)

Implementation

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