openAllFilesAccessSettings method
Opens the system "All Files Access" settings page (Android 11+). No-op on iOS / macOS.
Implementation
@override
Future<void> openAllFilesAccessSettings() =>
methodChannel.invokeMethod<void>('openAllFilesAccessSettings');