openFolder method

Future<OpenResult> openFolder(
  1. String folderPath
)

Opens a folder at the specified path

folderPath - The path to the folder to open Returns OpenResult indicating success or failure

Implementation

Future<OpenResult> openFolder(String folderPath) {
  throw UnimplementedError('openFolder() has not been implemented.');
}