getModification<T> method
Implementation
@override
T getModification<T>(String key, T defaultValue, {bool activate = false}) {
return getStrategy().getModification(key, defaultValue, activate: activate);
}
@override
T getModification<T>(String key, T defaultValue, {bool activate = false}) {
return getStrategy().getModification(key, defaultValue, activate: activate);
}