vpn method

Future<bool?> vpn()

VPN设置 Open Android settings in VPN Settings section. returns operation successful or failure.

Implementation

Future<bool?> vpn() {
  return postMessage<bool?>(action: 'android.settings.VPN_SETTINGS');
}