readFile method

Future<bool> readFile({
  1. required String tempFilePath,
  2. required String fileName,
  3. required DirType dirType,
  4. required DirName dirName,
  5. required String relativePath,
})

Implementation

Future<bool> readFile({
  required String tempFilePath,
  required String fileName,
  required DirType dirType,
  required DirName dirName,
  required String relativePath,
}) {
  throw UnimplementedError('readFile() has not been implemented.');
}