openPopupGallery static method

bool openPopupGallery(
  1. ChatId chatId, {
  2. String? id,
  3. int? index,
})

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

Implementation

static bool openPopupGallery(ChatId chatId, {String? id, int? index}) =>
    false;