resetCallingPageState method
Implementation
void resetCallingPageState({String reason = 'manual_reset'}) {
if (currentPage != CallPage.callingPage &&
isClose &&
_callingPageRoute == null) {
return;
}
_resetCallingPageTracking(reason);
}