MobileCountryListener typedef

MobileCountryListener = dynamic Function(String country_code, String phone)

Implementation

typedef MobileCountryListener = Function(String country_code, String phone );