setLocale abstract method

Future<void> setLocale(
  1. String languageCode,
  2. String? countryCode
)

Implementation

Future<void> setLocale(String languageCode, String? countryCode);