getTimers method
Gets the current device timers.
Implementation
Future<dynamic> getTimers() {
return _get(CapturePropertyIds.timersDevice);
}
Gets the current device timers.
Future<dynamic> getTimers() {
return _get(CapturePropertyIds.timersDevice);
}