setMode method

Future<String> setMode(
  1. String mode
)

Sets connection mode. Accepts "VPN_TUN" or "PROXY_ONLY" (case-insensitive). Returns the effective mode after applying.

Implementation

Future<String> setMode(String mode) async {
  throw UnimplementedError('setMode() has not been implemented.');
}