getMileageDetectionMode method

Future<MileageDetectionMode> getMileageDetectionMode()

Reads the current mileage detection mode.

Implementation

Future<MileageDetectionMode> getMileageDetectionMode() {
  throw UnimplementedError(
    'getMileageDetectionMode() has not been implemented.',
  );
}