FirebaseDatabaseException.appDeleted constructor

FirebaseDatabaseException.appDeleted()

Thrown when the operation could not complete because the app was deleted

Implementation

FirebaseDatabaseException.appDeleted()
    : this(code: 'app-deleted', message: 'The Firebase app was deleted.');