startAccessingSecurityScopedResourceWithURL method

Future<bool> startAccessingSecurityScopedResourceWithURL(
  1. String url
)

Implementation

Future<bool> startAccessingSecurityScopedResourceWithURL(String url) async {
  throw UnimplementedError(
      'startAccessingSecurityScopedResourceWithURL() has not been implemented.');
}