disableFeature method
Implementation
Future<void> disableFeature(FastFeatureEntity model) async {
return persistFeature(model.copyWith(isEnabled: false));
}
Future<void> disableFeature(FastFeatureEntity model) async {
return persistFeature(model.copyWith(isEnabled: false));
}