Callback executed prior to this instance receiving requests.
This method allows the instance to perform any asynchronous initialization prior to
receiving requests. The instance will not start accepting HTTP requests until the Future
returned from this method completes.
Source
Future willOpen() async {}