isCallConnected method
This method is used to whether the call is connected or not
Implementation
Future<bool?> isCallConnected(
{required Function(FlyResponse response) callback}) {
throw UnimplementedError('answerCall() has not been implemented.');
}