fetching library
Functions
-
fetchDefFile(
String filePath, {Future< String> fetchTextFileFunction(String) = fetchTextFile, bool hasImportCommands = true, String getImportedPathFunction(String) = getImportedPath, Future<List< getImportedFilePathArrayFunction(String) = getImportedFilePathArray}) → Future<String> >String> -
fetchTextFile(
String filePath) → Future< String> -
getImportedFilePathArray(
String importedFileFilter) → Future< List< String> > -
getImportedPath(
String trimmedLine) → String