openAccessUsageSettings method
Implementation
Future<void> openAccessUsageSettings(UsageSetting settings) async {
try {
await _helloPlugin.openUsageAccessSettings(settings);
} on PlatformException {}
}
Future<void> openAccessUsageSettings(UsageSetting settings) async {
try {
await _helloPlugin.openUsageAccessSettings(settings);
} on PlatformException {}
}