menu
kraken_devtools package
documentation
inspector/module.dart
UIInspectorModule
sendEventToFrontend method
sendEventToFrontend method
dark_mode
light_mode
sendEventToFrontend
method
void
sendEventToFrontend
(
InspectorEvent
event
)
Implementation
void sendEventToFrontend(InspectorEvent event) { devTool!.isolateServerPort!.send(event); }
kraken_devtools package
documentation
inspector/module
UIInspectorModule
sendEventToFrontend method
UIInspectorModule class