openUsageAccessSettings method

Future<void> openUsageAccessSettings(
  1. UsageSetting setting
)

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);
}