initAsync method

  1. @mustCallSuper
Future initAsync()

Implementation

@mustCallSuper
Future<dynamic> initAsync() async {
  await LogicTree.compile(logicArray);
}