declineCall static method

Future<bool?> declineCall()

Used as a declineCall class for Mirrorfly used to decline the Call an out-going call

Implementation

static Future<bool?> declineCall() async {
  return FlyChatFlutterPlatform.instance.declineCall();
}