getModification<T> abstract method

T getModification<T>(
  1. String key,
  2. T defaultValue, {
  3. bool activate = false,
})

Implementation

T getModification<T>(String key, T defaultValue, {bool activate = false});