getTimers method

Future getTimers()

Gets the current device timers.

Implementation

Future<dynamic> getTimers() {
  return _get(CapturePropertyIds.timersDevice);
}