register static method
- ContentSensitivity desiredSensitivity
Registers a SensitiveContent widget that will help determine the ContentSensitivity for the widget tree.
Implementation
static Future<void> register(ContentSensitivity desiredSensitivity) {
return instance._register(desiredSensitivity);
}