send abstract method

Future<Response> send({
  1. required String message,
})

Sends message and returns the http response.

Implementation

Future<Response> send({required String message});