startAccessingSecurityScopedResourceWithFilePath method
Implementation
@override
Future<bool> startAccessingSecurityScopedResourceWithFilePath(
String filePath) async {
return (await methodChannel.invokeMethod<bool>(
'startAccessingSecurityScopedResourceWithFilePath',
{'filePath': filePath})) ??
false;
}