breezLogStream abstract method

Stream<LogEntry> breezLogStream({
  1. dynamic hint,
})

If used, this must be called before connect. It can only be called once.

Implementation

Stream<LogEntry> breezLogStream({dynamic hint});