listOrganizations_Pre method
- ServiceCall call,
- Future<
ListOrganizationsRequest> request
Implementation
$async.Future<$10.ListOrganizationsResponse> listOrganizations_Pre($grpc.ServiceCall call, $async.Future<$10.ListOrganizationsRequest> request) async {
return listOrganizations(call, await request);
}