getDate method

Future<String> getDate()

Implementation

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