stopFullscreenSensitiveMode static method

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

Implementation

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