LCOV - code coverage report
Current view: top level - src/errors - location_service_disabled_exception.dart (source / functions) Hit Total Coverage
Test: lcov.info Lines: 2 2 100.0 %
Date: 2021-06-11 15:23:14 Functions: 0 0 -

          Line data    Source code
       1             : /// An exception thrown when trying to access the  device's location
       2             : /// information while the location service on the device is disabled.
       3             : class LocationServiceDisabledException implements Exception {
       4             :   /// Constructs the [LocationServiceDisabledException]
       5           2 :   const LocationServiceDisabledException();
       6             : 
       7           1 :   @override
       8             :   String toString() => 'The location service on the device is disabled.';
       9             : }

Generated by: LCOV version 1.15