getLastInputTime method

Future<int> getLastInputTime()

Gets the time of the last user input

Implementation

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