accessing_security_scoped_resource

Creator: coderz1093

Last updated:

0 purchases

TODO
Add to Cart

Description:

accessing security scoped resource

accessing_security_scoped_resource #
Call iOS / macOS startAccessingSecurityScopedResource and stopAccessingSecurityScopedResource in Flutter.
Usage #
final _plugin = AccessingSecurityScopedResource();

final folderPath = /* Get a folder path */;

// Get access.
final hasAccess = await _plugin.startAccessingSecurityScopedResourceWithFilePath(folderPath);

// Release access.
_plugin.stopAccessingSecurityScopedResourceWithFilePath(folderPath);
copied to clipboard
URL-based APIs:

startAccessingSecurityScopedResourceWithURL
stopAccessingSecurityScopedResourceWithURL

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Files:

Customer Reviews

There are no reviews.