openSettings static method
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;