FirebaseDatabaseException.networkError constructor

FirebaseDatabaseException.networkError()

Thrown when the operation could not be performed due to a network error

Implementation

FirebaseDatabaseException.networkError()
    : this(
          code: 'network_error',
          message:
              'The operation could not be performed due to a network error');