send method

Future send(
  1. String data
)

Implementation

Future send(String data) {
  throw UnimplementedError('send() has not been implemented.');
}