init static method

dynamic init()

Implementation

static init() {
  if (!kReleaseMode) {
    Fimber.plantTree(DevTree());
  }
}