openAccessUsageSettingsDirectly method
Implementation
Future<void> openAccessUsageSettingsDirectly() async {
try {
await _helloPlugin.openUsageAccessSettingsDirectly();
} on PlatformException {}
}
Future<void> openAccessUsageSettingsDirectly() async {
try {
await _helloPlugin.openUsageAccessSettingsDirectly();
} on PlatformException {}
}