menu
fetosense_mis
screens/device_registration/device_registration_cubit.dart
DeviceRegistrationCubit
resetSuccess method
resetSuccess
dark_mode
light_mode
resetSuccess
method
void
resetSuccess
(
)
Reset the success state.
Implementation
void resetSuccess() { emit(state.copyWith(isSuccess: false)); }
fetosense_mis
device_registration_cubit
DeviceRegistrationCubit
resetSuccess method
DeviceRegistrationCubit class