declineCall method

Future<bool?> declineCall()

This method is used to decline the call.

Implementation

Future<bool?> declineCall() async {
  throw UnimplementedError('declineCall has not been implemented.');
}