setCustomInfoProvider method
Implementation
void setCustomInfoProvider(
BuildContext context, CustomInfoProvider customInfoProvider) {
this.context = context;
this.customInfoProvider = customInfoProvider;
if (conversationsToForward.isNotEmpty) {
getChatProfileInfos(context, customInfoProvider);
}
}