Missing import in models
Closed this issue · 0 comments
IvanKozhemyakinWG commented
It's really 5 cents!
Missing import in chatview-x.x.x/lib/src/models/models.dart
Need to add
export 'config_models/voice_message_configuration.dart';
And thats it!
P.S. Find this by trying to use VoiceMessageConfiguration model in my flutter app.