init method

Future<void> init()
override

Implementation

Future<void> init() async {
  waterLineTools = WaterLineTools(smd, smdSys, defaults);
}