instanciate method

dynamic instanciate()

Implementation

instanciate() {
  file = FileService(_config);
  storage = StorageService(_config);
}