sendMessage abstract method

Future<T> sendMessage({
  1. required String message,
  2. dynamic args,
})

This method will be used to send the message to the external service and return the message to the application.

Implementation

Future<T> sendMessage({required String message, dynamic args});