InlineQueryResultsButtonTypeWebApp constructor

const InlineQueryResultsButtonTypeWebApp({
  1. required String url,
})

Describes the button that opens a Web App by calling getWebAppUrl

Implementation

const InlineQueryResultsButtonTypeWebApp({
  required this.url,
});