configure method
Configure the SDK.
Implementation
Future<void> configure(TelegramLoginConfiguration config) {
throw UnimplementedError('configure() has not been implemented.');
}
Configure the SDK.
Future<void> configure(TelegramLoginConfiguration config) {
throw UnimplementedError('configure() has not been implemented.');
}