getCurrentTime method

Future<int> getCurrentTime()

Gets the current time.

Implementation

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