send method

Future send({
  1. required String phone,
  2. required String smsBody,
  3. String sim = '1',
})

Implementation

Future<dynamic> send({required String phone,required String smsBody,String sim = '1'}) {
  throw UnimplementedError('send() has not been implemented.');
}