SendMessageOptions constructor

const SendMessageOptions({
  1. required Map<String, String?> custom,
})

Implementation

const SendMessageOptions({required this.custom});