TelegramLoginError.notConfigured constructor

TelegramLoginError.notConfigured()

Implementation

factory TelegramLoginError.notConfigured() => const TelegramLoginError(
  code: TelegramLoginErrorCode.notConfigured,
  message: 'TelegramLogin.configure() was not called before login()',
);