errorStream property

StreamController<DatabaseException> errorStream
latefinal

Listen for DatabaseExceptions that occur from trying to access this database.

Implementation

late final errorStream = StreamController<DatabaseException>.broadcast();