featureUnderDevelopment method
- Object feature
override
No description provided for @featureUnderDevelopment.
In es, this message translates to: 'La funcionalidad {feature} estarĂ¡ disponible dentro de poco, estamos trabajando activamente en ello.'
Implementation
@override
String featureUnderDevelopment(Object feature) {
return 'The functionality $feature will be available soon, we are actively working on it.';
}