CloseWebApp constructor
const
CloseWebApp({
- required int webAppLaunchId,
Informs TDLib that a previously opened Web App was closed
Implementation
const CloseWebApp({
required this.webAppLaunchId,
});