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