acceptAllCountries function

bool acceptAllCountries(
  1. dynamic _
)

Simple closure which always returns true.

Implementation

bool acceptAllCountries(_) => true;