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