openFullScreenIntentSettings method

Future<bool> openFullScreenIntentSettings()

Opens Android 14+ full-screen intent permission screen.

Implementation

Future<bool> openFullScreenIntentSettings() {
  throw UnimplementedError(
    'openFullScreenIntentSettings() has not been implemented.',
  );
}