createFeature static method
- {required String featureName}
create new feature
Implementation
static void createFeature({
required String featureName,
}) =>
CreateFeature().createNewFeature(
featureName,
);
create new feature
static void createFeature({
required String featureName,
}) =>
CreateFeature().createNewFeature(
featureName,
);