removeCustomWarningProvider abstract method
- CustomWarningProvider customWarningProvider
Unregisters a custom warning provider.
After removal, the provider will no longer participate in warning evaluation and will not generate custom warnings.
customWarningProviderThe 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);