CloseWebApp constructor

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

CloseWebApp (closeWebApp) - TDLib function

Informs TDLib that a previously opened Web App was closed.

  • webAppLaunchId: Identifier of Web App launch, received from openWebApp.

Ok is returned on completion.

Implementation

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