menu
flutter_telegram_auth package
documentation
flutter_telegram_auth_platform_interface.dart
FlutterTelegramAuthPlatform
login method
login method
dark_mode
light_mode
login
method
Future
<
String
?
>
login
(
)
Implementation
Future<String?> login() { throw UnimplementedError('login() has not been implemented.'); }
flutter_telegram_auth package
documentation
flutter_telegram_auth_platform_interface
FlutterTelegramAuthPlatform
login method
FlutterTelegramAuthPlatform class