LocalinoModule constructor

LocalinoModule(
  1. LocalinoOptions options, {
  2. bool? debug,
})

Implementation

LocalinoModule(this.options, {bool? debug}) {
  initModule();
  module!.debug = debug ?? Control.debug;
}