declineCall method

Future<bool?> declineCall()

Implementation

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