initPackage method

dynamic initPackage(
  1. Nylo nylo
)
override

Provides the plugin with an instance of the Nylo app. After setting the app variable, construct() will be called.

Implementation

initPackage(Nylo nylo) async {
  app = nylo;
  await this.construct();
}