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