getOrganizationsWhereOwner_Pre method
Future<CloudResponse>
getOrganizationsWhereOwner_Pre(
- ServiceCall call,
- Future<
CloudRequest> request
Implementation
$async.Future<$2.CloudResponse> getOrganizationsWhereOwner_Pre(
$grpc.ServiceCall call, $async.Future<$2.CloudRequest> request) async {
return getOrganizationsWhereOwner(call, await request);
}