expand method
A method that expands the Mini App to the maximum available height. To find out if the Mini App is expanded to the maximum height, refer to the value of the Telegram.WebApp.isExpanded parameter
Implementation
@override
void expand() => Telegram.WebApp.expand();