menu
flowmind_bridge package
documentation
flowmind_bridge.dart
FlowMindBridge
stop static method
stop static method
dark_mode
light_mode
stop
static method
Future
<
void
>
stop
(
)
Implementation
static Future<void> stop() async { await _server?.close(force: true); _server = null; }
flowmind_bridge package
documentation
flowmind_bridge
FlowMindBridge
stop static method
FlowMindBridge class