openSettings static method

Future<bool> openSettings()

Opens the OS settings page so the user can grant a permanently denied permission. Returns false where the platform has no such screen.

Implementation

static Future<bool> openSettings() async => await UCameraChannel.invoke<bool>("openSettings") ?? false;