SharedPrefFeaturesNotifier constructor

SharedPrefFeaturesNotifier(
  1. String instanceKey,
  2. dynamic ref
)

Implementation

SharedPrefFeaturesNotifier(this.instanceKey, this.ref)
    : super(
        Features<LabsFeature>(
          flags: const [],
          defaultOn: LabsFeature.defaults,
        ),
      ) {
  _init();
}