menu
wireguard_flutter_pro package
documentation
wireguard_flutter_platform_interface.dart
WireGuardKeyPair
WireGuardKeyPair.new const constructor
WireGuardKeyPair.new const constructor
dark_mode
light_mode
WireGuardKeyPair
constructor
const
WireGuardKeyPair
(
{
required
String
publicKey
,
required
String
privateKey
,
})
Implementation
const WireGuardKeyPair({required this.publicKey, required this.privateKey});
wireguard_flutter_pro package
documentation
wireguard_flutter_platform_interface
WireGuardKeyPair
WireGuardKeyPair.new const constructor
WireGuardKeyPair class