Provides the plugin with an instance of the Nylo app. After setting the app variable, construct() will be called.
initPackage(Nylo nylo) async { app = nylo; await this.construct(); }