removeCustomWarningProvider abstract method

void removeCustomWarningProvider(
  1. CustomWarningProvider customWarningProvider
)

Unregisters a custom warning provider.

After removal, the provider will no longer participate in warning evaluation and will not generate custom warnings.

  • customWarningProvider The provider to be removed.

Note: This is a beta release of this feature, so there could be a few bugs and unexpected behaviors. Related APIs may change for new releases without a deprecation process.

Implementation

void removeCustomWarningProvider(CustomWarningProvider customWarningProvider);