CountryCodeCubit constructor

CountryCodeCubit({
  1. required GetCountryCode getCountryCode,
})

Implementation

CountryCodeCubit({required this.getCountryCode})
  : super(const CountryCodeInitial());