getFontCountryCode method

  1. @override
Future<List<String>?> getFontCountryCode()
override

Implementation

@override
Future<List<String>?> getFontCountryCode() async {
  return await methodChannel.invokeMethod<List<String>>('getFontCountryCode');
}