openFullScreenIntentSettings method

  1. @override
Future<void> openFullScreenIntentSettings()
override

Implementation

@override
Future<void> openFullScreenIntentSettings() {
  return methodChannel.invokeMethod<void>('openFullScreenIntentSettings');
}