getTime method

Future<String> getTime()

Implementation

Future<String> getTime() {
  throw UnimplementedError('initDeviceId() has not been implemented.');
}