call method

Future<void> call()

Implementation

Future<void> call() async {
  _createDirectories();

  await applyTriggersIfNecessary();
}