unmonitorAreasByIds method
Remove the given geographic area IDs from monitor.
Parameters
- IN ids The IDs of the areas to unmonitor.
Throws
- An exception if it fails.
Implementation
void unmonitorAreasByIds(List<String> ids) {
objectMethod(_pointerId, 'AlarmService', 'unmonitorAreasByIds', args: ids);
}