@override Future<void> setFontCountryCode(int country) async { await methodChannel .invokeMethod<void>('setFontCountryCode', {"country": country}); }