getTotalLeadCount method

String? getTotalLeadCount()

Implementation

String? getTotalLeadCount() {
  return SessionManagerMethods.getString(totalLeadCount);
}