setFontChineseSpace method
Implementation
@override
Future<void> setFontChineseSpace(int leftSpace, int rightSpace) async {
await methodChannel.invokeMethod<void>('setFontChineseSpace',
{"leftSpace": leftSpace, "rightSpace": rightSpace});
}
@override
Future<void> setFontChineseSpace(int leftSpace, int rightSpace) async {
await methodChannel.invokeMethod<void>('setFontChineseSpace',
{"leftSpace": leftSpace, "rightSpace": rightSpace});
}