overlays property
Gets access to the collection of overlays to use for alarm.
Returns
- The overlay collection
Throws
- An exception if it fails.
Implementation
OverlayMutableCollection get overlays {
final OperationResult result = objectMethod(
_pointerId,
'AlarmService',
'overlays',
);
return OverlayMutableCollection.init(result['result']);
}