Future<void> setTotalLeadCount(String apiTotalLeadCount) async { await SessionManagerMethods.setString(totalLeadCount, apiTotalLeadCount); }