createFeature static method

void createFeature(
  1. {required String featureName}
)

create new feature

Implementation

static void createFeature({
  required String featureName,
}) =>
    CreateFeature().createNewFeature(
      featureName,
    );