listOrganizationMembers_Pre method
- ServiceCall call,
- Future<
ListOrganizationMembersRequest> request
Implementation
$async.Future<$10.ListOrganizationMembersResponse> listOrganizationMembers_Pre($grpc.ServiceCall call, $async.Future<$10.ListOrganizationMembersRequest> request) async {
return listOrganizationMembers(call, await request);
}