onResume method

void onResume(
  1. String callMode,
  2. String userJid,
  3. String callType,
  4. String callStatus,
)

Implementation

void onResume(
    String callMode, String userJid, String callType, String callStatus) {
  this.callType(callType);
  this.callMode(callMode);
  // isCallTimerEnabled = true;
}