unmonitorAllAreas method

void unmonitorAllAreas()

Removes all monitored geographic areas.

Boundary crossing events will no longer be triggered for any previously monitored areas.

See also:

Implementation

void unmonitorAllAreas() {
  objectMethod(_pointerId, 'AlarmService', 'unmonitorAllAreas');
}