sendChat method

Future<String?> sendChat(
  1. Map<String, dynamic> data
)

Implementation

Future<String?> sendChat(Map<String, dynamic> data) {
  throw UnimplementedError('sendChat() has not been implemented.');
}