willStartReceivingRequests method Null safety
You override this method to perform initialization tasks that occur after entryPoint has been established.
Override this method to take action just before entryPoint starts receiving requests. By default, does nothing.
Implementation
void willStartReceivingRequests() {}