FirebaseDatabaseException.writeCanceled constructor

FirebaseDatabaseException.writeCanceled()

Thrown when the write was canceled locally

Implementation

FirebaseDatabaseException.writeCanceled()
    : this(
          code: 'write_canceled',
          message: 'The write was canceled by the user');