setKhmerCodepage static method

Future<int> setKhmerCodepage()

ios 设置为高棉语

Implementation

static Future<int> setKhmerCodepage() async {
  final int p = await _channel.invokeMethod('setKhmerCodepage');
  return p;
}