start function
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);