unregister static method
- 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);
}