requestMileagePermissions method
Requests the mileage tracking permissions and returns the resulting permission state.
Implementation
Future<TightPermissions> requestMileagePermissions() {
throw UnimplementedError(
'requestMileagePermissions() has not been implemented.',
);
}