startTrafficMonitor method

Future<void> startTrafficMonitor()

Start monitoring VPN traffic (Android only).

Manually trigger traffic monitoring (e.g. on app resume or reboot).

Implementation

Future<void> startTrafficMonitor() async => throw UnimplementedError();