onNewCaseCreated property

(dynamic Function(SupportChat)?) onNewCaseCreated
final

onNewCaseCreated is a optional Function. With this for example you can send a push notification to a supporter

Implementation

final Function(SupportChat)? onNewCaseCreated;