openAppSettings static method

Future<bool> openAppSettings()

Opens the App settings page.

Returns true if the location settings page could be opened, otherwise false is returned.

Implementation

static Future<bool> openAppSettings() =>
    GeolocatorPlatform.instance.openAppSettings();