start method

  1. @override
Future<void> start()
override

Start starts the holepunch service.

Implementation

@override
Future<void> start() async {
  // Nothing to do here, initialization is done in the constructor
}