menu
omnyshell_web package
documentation
core/omnyshell_service.dart
OmnyShellService
ping method
ping method
dark_mode
light_mode
ping
method
Future
<
Duration
>
ping
(
)
Measures round-trip latency to the Hub.
Implementation
Future<Duration> ping() => _guard(() => client.ping());
omnyshell_web package
documentation
core/omnyshell_service
OmnyShellService
ping method
OmnyShellService class