start method
Start the tunnel with the given token and origin URL
Implementation
Future<void> start({
required String token,
String originUrl = '',
int haConnections = 4,
bool enablePostQuantum = false,
}) {
throw UnimplementedError('start() has not been implemented.');
}