nativeCall abstract method

Stream<NativeCallReplyItem> nativeCall(
  1. ServiceCall call,
  2. NativeCallRequest request
)

Implementation

$async.Stream<$1.NativeCallReplyItem> nativeCall(
    $grpc.ServiceCall call, $1.NativeCallRequest request);