invalidateIdZone method
The invalidateIdZone
RPC is used to invalidate all the IDs that have
been allocated in a certain ID zone. Invaliding the IDs makes them expire.
See IDs and Names
for more information.
Implementation
Future<Success> invalidateIdZone(String isolateId, String idZoneId) =>
_call('invalidateIdZone', {'isolateId': isolateId, 'idZoneId': idZoneId});