menu
wireguard_flutter_plus package
documentation
wireguard_flutter_platform_interface.dart
WireGuardFlutterInterface
trafficStats method
trafficStats method
dark_mode
light_mode
trafficStats
method
Future
<
Map
<
String
,
dynamic
>
>
trafficStats
(
)
Implementation
Future<Map<String, dynamic>> trafficStats() => trafficSnapshot.firstWhere((_) => true);
wireguard_flutter_plus package
documentation
wireguard_flutter_platform_interface
WireGuardFlutterInterface
trafficStats method
WireGuardFlutterInterface class