register static method

Future<void> register(
  1. 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);
}