initAutoTranslate function

dynamic initAutoTranslate({
  1. required String projectPathAbsolute,
  2. required String fileName,
})

Implementation

initAutoTranslate({ required String projectPathAbsolute,
  required String fileName}) {
  projectAbsolutePath = projectPathAbsolute;
  readContent(fileName);
}