stopAccessingSecurityScopedResourceWithFilePath method

  1. @override
Future<void> stopAccessingSecurityScopedResourceWithFilePath(
  1. String filePath
)
override

Implementation

@override
Future<void> stopAccessingSecurityScopedResourceWithFilePath(
    String filePath) async {
  await methodChannel.invokeMethod<bool>(
      'stopAccessingSecurityScopedResourceWithFilePath',
      {'filePath': filePath});
}