declineCall static method
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();
}
Used as a declineCall class for Mirrorfly used to decline the Call an out-going call
static Future<bool?> declineCall() async {
return FlyChatFlutterPlatform.instance.declineCall();
}