send method

Future<int?> send(
  1. String data
)

Implementation

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