MessageSendResponseCallback typedef

MessageSendResponseCallback = void Function(MessageSendResponse response)

Implementation

typedef MessageSendResponseCallback = void Function(
  MessageSendResponse response,
);