CloseWebApp constructor

const CloseWebApp({
  1. required int webAppLaunchId,
})

Informs TDLib that a previously opened Web App was closed

Implementation

const CloseWebApp({
  required this.webAppLaunchId,
});