getPath method

Future<String> getPath(
  1. String folderID
)

Match PathProviderWindows so that the analyzer won't report invalid overrides if tests provide fake PathProviderWindows implementations.

Implementation

Future<String> getPath(String folderID) async => '';