menu
wireguard_flutter package
documentation
wireguard_flutter_platform_interface.dart
WireGuardFlutterInterface
isConnected method
isConnected method
dark_mode
light_mode
isConnected
method
Future
<
bool
>
isConnected
(
)
Implementation
Future<bool> isConnected() => stage().then((stage) => stage == VpnStage.connected);
wireguard_flutter package
documentation
wireguard_flutter_platform_interface
WireGuardFlutterInterface
isConnected method
WireGuardFlutterInterface class