openFullScreenIntentSettings method

Future<void> openFullScreenIntentSettings()

Implementation

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