requireEmailUpfront property
This text will be shown if the showAgentAvailability is true and you are online. This text will be shown if the showAgentAvailability is true and you are offline. This allows you to choose if you want to show your status. This Will allow you to require an emial to chat. Not recommended for an app.
Implementation
//String agentAvailableText;
/// This text will be shown if the showAgentAvailability is true and you are offline.
//String agentUnavailableText;
/// This allows you to choose if you want to show your status.
//bool showAgentAvailability;
/// This Will allow you to require an emial to chat. Not recommended for an app.
bool requireEmailUpfront;