convertPath method

String convertPath(
  1. String filePath
)

Converts the given posix filePath to conform to resourceProvider's path context.

Implementation

String convertPath(String filePath) => resourceProvider.convertPath(filePath);