setFontCountryCode method

  1. @override
Future<void> setFontCountryCode(
  1. int country
)
override

Implementation

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