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