menu
country_pickers package
documentation
utils/typedefs.dart
acceptAllCountries function
acceptAllCountries function
dark_mode
light_mode
acceptAllCountries
function
bool
acceptAllCountries
(
dynamic
_
)
Simple closure which always returns true.
Implementation
bool acceptAllCountries(_) => true;
country_pickers package
documentation
utils/typedefs
acceptAllCountries function
typedefs library