Files
flutter/lib/auth/telegram_login_button.dart
Ruslan Bakiev be5c61a434
Some checks failed
Build and deploy Flutter Web / build (push) Has been cancelled
Use Telegram Login Widget for web auth
2026-05-08 18:27:03 +07:00

3 lines
102 B
Dart

export 'telegram_login_button_stub.dart'
if (dart.library.html) 'telegram_login_button_web.dart';