status abstract method

Future<StatusResponse> status(
  1. ServiceCall call,
  2. StatusRequest request
)

Implementation

$async.Future<$3.StatusResponse> status(
    $grpc.ServiceCall call, $3.StatusRequest request);