vpn method

Future<bool?> vpn()

Open iOS settings in vpn section` returns operation successful or failure.

Implementation

Future<bool?> vpn() {
  return postMessage<bool?>(action: 'App-Prefs:General&path=VPN');
}