SendMessage<T> typedef
SendMessage<T> =
Future<T?> Function(SendMessageOperation<T> )
Logic to activate sendMessage.
Implementation
typedef SendMessage<T> = Future<T?> Function(SendMessageOperation<T>);