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.

Implementation

void removeCustomWarningProvider(CustomWarningProvider customWarningProvider);