startTrafficMonitor method
Start monitoring VPN traffic (Android only).
Manually trigger traffic monitoring (e.g. on app resume or reboot).
Implementation
Future<void> startTrafficMonitor() async => throw UnimplementedError();
Start monitoring VPN traffic (Android only).
Manually trigger traffic monitoring (e.g. on app resume or reboot).
Future<void> startTrafficMonitor() async => throw UnimplementedError();