prepare method
Prepare for vpn connection. (Android only)
For first connection it will show a dialog to ask for permission. When your connection was interrupted by another VPN connection, you should prepare again before reconnect.
Implementation
Future<bool> prepare() async => throw UnimplementedError();