openAppSettings abstract method

Future<void> openAppSettings(
  1. String packageName
)

Open the settings for an app with a given package name.

Implementation

Future<void> openAppSettings(String packageName);