RxDartDevtools class abstract final

Entry point for the rxdart_devtools runtime.

Call init once from main() before runApp to wire up the services that surface tracked streams to the DevTools panel. The call is a no-op in release builds and when invoked more than once, so it is safe to leave in production code.

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited

Static Methods

init({StreamIdentifierStrategy streamIdentifierStrategy = StreamIdentifierStrategy.name}) → void
Initialises the DevTools runtime.