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