getUsesMetricSystem method

Future<bool?> getUsesMetricSystem()

Returns a boolean indicating if the device is set to use Metric.

Implementation

Future<bool?> getUsesMetricSystem() => throw UnimplementedError(
    'getUsesMetricSystem() has not been implemented.');