send method

Future<Null> send(
  1. String msg
)

Implementation

Future<Null> send(String msg) async {
  throw UnimplementedError('send() has not been implemented.');

}