Stop VPN connection
@override Future<bool> stop() async { final result = await methodChannel.invokeMethod<bool>('stop'); return result ?? false; }