convertPath method
Converts the given posix filePath to conform to resourceProvider's
path context.
Implementation
String convertPath(String filePath) => resourceProvider.convertPath(filePath);
Converts the given posix filePath to conform to resourceProvider's
path context.
String convertPath(String filePath) => resourceProvider.convertPath(filePath);