resolveFilePath abstract method

String? resolveFilePath(
  1. String filePath, {
  2. String? parentPath,
})

Resolves filePath to the platform actual file path.

Implementation

String? resolveFilePath(String filePath, {String? parentPath});