init static method

void init(
  1. Module module
)

Implementation

static void init(Module module) {
  modularTracker.runApp(module);
}