onUpdateData method
dynamic
onUpdateData(
- T data
English: This method is called to update the state of the current widget.
हिन्दि: अभि के जो Widget है, उसको अप्डेट कर्ने के लिए हम ये Method प्रयोग करते है।
नेपाली: हाल्को Widget लाई अप्डेट गर्न यो Method प्रयोग गरिन्छ।
Implementation
onUpdateData(T data) {
emit(VelocityUpdateState<T>(data, !state.changed, state.error));
}