sendText property

dynamic Function(String? content, String title)? sendText
final

Callback for sending the second text, with first as the title.

Implementation

final dynamic Function(String? content, String title)? sendText;