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