removeDelegate method
Implementation
void removeDelegate(ExtentPrecalculationPolicyDelegate? value) {
_delegates.remove(value);
if (_delegates.isEmpty) {
onDetached();
}
}
void removeDelegate(ExtentPrecalculationPolicyDelegate? value) {
_delegates.remove(value);
if (_delegates.isEmpty) {
onDetached();
}
}