resetCallingPageState method

void resetCallingPageState({
  1. String reason = 'manual_reset',
})

Implementation

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