send abstract method

Future<SendResponse> send(
  1. ServiceCall call,
  2. SendRequest request
)

Implementation

$async.Future<$7.SendResponse> send(
    $grpc.ServiceCall call, $7.SendRequest request);