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