startFullscreenSensitiveMode static method

  1. @SL_COMPATIBILITY_NAME("name=startFullscreenSensitiveMode;type=func;deprecated=yes")
Future<void> startFullscreenSensitiveMode()

Implementation

@SL_COMPATIBILITY_NAME("name=startFullscreenSensitiveMode;type=func;deprecated=yes")
static Future<void> startFullscreenSensitiveMode() async{
  await _channel. invokeMethod('startFullscreenSensitiveMode');
}