reset method
void
reset()
Implementation
void reset() {
try {
RacNative.bindings.rac_model_lifecycle_reset?.call();
} catch (e) {
_logger.debug('rac_model_lifecycle_reset error: $e');
}
}
void reset() {
try {
RacNative.bindings.rac_model_lifecycle_reset?.call();
} catch (e) {
_logger.debug('rac_model_lifecycle_reset error: $e');
}
}