listRobotsForOrg_Pre method

Future<ListRobotsForOrgResponse> listRobotsForOrg_Pre(
  1. ServiceCall call,
  2. Future<ListRobotsForOrgRequest> request
)

Implementation

$async.Future<$11.ListRobotsForOrgResponse> listRobotsForOrg_Pre($grpc.ServiceCall call, $async.Future<$11.ListRobotsForOrgRequest> request) async {
  return listRobotsForOrg(call, await request);
}