start function

Future<void> start(
  1. String name,
  2. String config
)

Bring tunnel name up using the supplied wg-quick / wg-config string.

Throws PlatformException if the backend rejects the config or fails to establish the tunnel.

Implementation

Future<void> start(String name, String config) => _host.start(name, config);