getIdleDuration method

Future<int> getIdleDuration()

Milliseconds since the user's last keyboard or mouse input, computed natively per platform. See ADR-0001.

Implementation

Future<int> getIdleDuration() {
  throw UnimplementedError('getIdleDuration() has not been implemented.');
}