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 'La funcionalidad $feature estarĂ¡ disponible dentro de poco, estamos trabajando activamente en ello.';
}