@override Future<Void?> setTextSize(double textSize) async{ await methodChannel.invokeMethod<String>('setTextSize',{"textSize":textSize}); }