addOrg abstract method

Future<AddOrgResponse> addOrg(
  1. ServiceCall call,
  2. AddOrgRequest request
)

Implementation

$async.Future<$1.AddOrgResponse> addOrg(
    $grpc.ServiceCall call, $1.AddOrgRequest request);