resolvePlatformPath function

Future<String> resolvePlatformPath(
  1. String path, {
  2. required bool isDirectory,
})

Implementation

Future<String> resolvePlatformPath(
  String path, {
  required bool isDirectory,
}) async => path;