unregister static method

Future<void> unregister(
  1. ContentSensitivity widgetSensitivity
)

Unregisters a SensitiveContent widget from the _ContentSensitivitySetting tracking the content sensitivity of the widget tree.

Implementation

static Future<void> unregister(ContentSensitivity widgetSensitivity) async {
  return instance._unregister(widgetSensitivity);
}