initialize method

  1. @override
Future<void> initialize()
override

Initializing the the local FileDeploymentService

Implementation

@override
Future<void> initialize() async {
  info('Initializing FileDeploymentService...');
  info('Study file path : ${Settings().localApplicationPath}/protocols');
}