openPopupCall static method

bool openPopupCall(
  1. ChatId chatId, {
  2. bool withAudio = true,
  3. bool withVideo = false,
  4. bool withScreen = false,
})

Opens a new popup window at the Routes.call page with the provided chatId.

Implementation

static bool openPopupCall(
  ChatId chatId, {
  bool withAudio = true,
  bool withVideo = false,
  bool withScreen = false,
}) => false;