LCOV - code coverage report
Current view: top level - src/errors - already_subscribed_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 subscribing to receive positions while another
       2             : /// subscription is already active.
       3             : class AlreadySubscribedException implements Exception {
       4             :   /// Constructs the [AlreadySubscribedException]
       5           2 :   const AlreadySubscribedException();
       6             : 
       7           1 :   @override
       8             :   String toString() =>
       9             :       'The App is already listening to a stream of position updates. It is not '
      10             :       'possible to listen to more then one stream at the same time.';
      11             : }

Generated by: LCOV version 1.15