getFeaturesForPlan method

List<FastAppFeatures> getFeaturesForPlan(
  1. String planId
)

Implementation

List<FastAppFeatures> getFeaturesForPlan(String planId) {
  // default ones, should be app specific.
  return [FastAppFeatures.adFree];
}