sendText abstract method

Future<NuntioResponse> sendText(
  1. ServiceCall call,
  2. NuntioRequest request
)

Implementation

$async.Future<$1.NuntioResponse> sendText(
    $grpc.ServiceCall call, $1.NuntioRequest request);