initAsync method

  1. @mustCallSuper
Future<FutureOr> initAsync()

Implementation

@mustCallSuper
Future<FutureOr<dynamic>> initAsync() async {
  if (logicArray.isNotEmpty) SplashFactory.invalidate();
  await LogicTree.compile(logicArray);
}