menu
tailscale
tailscale.dart
HttpBindFn typedef
HttpBindFn
dark_mode
light_mode
HttpBindFn
typedef
HttpBindFn
=
Future
<
(
{
int
bindingId
,
TailscaleEndpoint
tailnet
}
)
>
Function
(
int
port
)
Implementation
typedef HttpBindFn = Future<({int bindingId, TailscaleEndpoint tailnet})> Function(int port);
tailscale
tailscale
HttpBindFn typedef
tailscale library