getPerAppProxyList method

Future<List<String>> getPerAppProxyList()

Get current list of apps for per-app tunneling

Implementation

Future<List<String>> getPerAppProxyList() {
  return FlutterSingboxPlatform.instance.getPerAppProxyList();
}