KeyboardButtonTypeWebApp constructor
const
KeyboardButtonTypeWebApp({
- required String url,
A button that opens a Web App by calling getWebAppUrl
Implementation
const KeyboardButtonTypeWebApp({
required this.url,
});