@override Future<Void?> setTextDoubleWidth(bool enable) async{ await methodChannel.invokeMethod<String>('setTextDoubleWidth',{"enable":enable}); }