menu
meshagent package
documentation
protocol.dart
Protocol<T extends ProtocolChannel>
waitForClose method
waitForClose method
dark_mode
light_mode
waitForClose
method
Future
<
void
>
waitForClose
(
)
Implementation
Future<void> waitForClose() async { await done; }
meshagent package
documentation
protocol
Protocol<T extends ProtocolChannel>
waitForClose method
Protocol class