Initialize underlying driver resources.
@override Future<void> init(ApplicationConfig config) async { server = options.socket; await server?.init(InternetAddress.anyIPv4, options.port); }