TelegramLoginError.cancelled constructor

TelegramLoginError.cancelled()

Implementation

factory TelegramLoginError.cancelled() => const TelegramLoginError(
  code: TelegramLoginErrorCode.cancelled,
  message: 'The user cancelled the login',
);