checkFolderPermission method

Future<bool> checkFolderPermission({
  1. required String folderPath,
})

Implementation

Future<bool> checkFolderPermission({required String folderPath}) {
  throw UnimplementedError(
    'checkFolderPermission() has not been implemented.',
  );
}