isOnGoingCall method

Future<bool?> isOnGoingCall()

Used as a isOnGoingCall class for MirrorflyUikit used to check if there is an ongoing call this method works in Android, in iOS returns always false returns the bool value

Implementation

Future<bool?> isOnGoingCall() async {
  return await Mirrorfly.isOnGoingCall();
}