send method

  1. @override
void send()
override

Implementation

@override
void send() {
  throw Exception('Not Implemented');
}