start abstract method

Future<void> start()

Starts the server. After this function completes the server is ready to accept client connections.

Implementation

Future<void> start();