FirebaseDatabaseException.disconnected constructor

FirebaseDatabaseException.disconnected()

Thrown when the operation had to be aborted due to a network disconnect

Implementation

FirebaseDatabaseException.disconnected()
    : this(
          code: 'disconnected',
          message:
              'The operation had to be aborted due to a network disconnect');