menu
fetosense_mis
screens/device_registration/device_registration_cubit.dart
DeviceRegistrationCubit
clearError method
clearError
dark_mode
light_mode
clearError
method
void
clearError
(
)
Reset the error message.
Implementation
void clearError() { emit(state.copyWith(clearErrorMessage: () => null)); }
fetosense_mis
device_registration_cubit
DeviceRegistrationCubit
clearError method
DeviceRegistrationCubit class