isOnGoingCall static method
Used as a isOnGoingCall class for Mirrorfly used to check if there is an ongoing call returns the bool value
Implementation
static Future<bool?> isOnGoingCall() async {
return FlyChatFlutterPlatform.instance.isOnGoingCall();
}