InfospectMultiWindowHelper class

InfospectMultiWindowHelper aids the Infospect class in managing multi-window communication. It provides functionalities for sending and receiving data between different windows, especially in a desktop environment.

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

handleMainWindowReceiveData() → void
Sets up the method handler for the main window to process incoming data.
handleMultiWindowReceivedData(BuildContext context) → void
Sets up the method handler to listen to data received by the main window.
noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
sendLogs([List<InfospectLog>? logs]) → void
Sends the provided logs or all logs to all sub windows.
sendNetworkCalls() → void
Sends current network calls to all sub windows.
sendThemeMode(bool isDarkTheme) → void
Sends the current theme mode to all sub windows.
toString() String
A string representation of this object.
inherited

Operators

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