openUsageAccessSettings method
Method that allow's you to handle the usage access permission settings view from the current device where the app is running.
Implementation
Future<void> openUsageAccessSettings(UsageSetting setting) {
return ContextualProfilerPlatform.instance.openUsageAccessSettings(setting);
}