MessageSendResponseCallback typedef
MessageSendResponseCallback =
void Function(MessageSendResponse response)
Implementation
typedef MessageSendResponseCallback = void Function(
MessageSendResponse response,
);
typedef MessageSendResponseCallback = void Function(
MessageSendResponse response,
);