getCurrentSessionLogs method

List<ApiLogModel> getCurrentSessionLogs()

Implementation

List<ApiLogModel> getCurrentSessionLogs() {
  return List.from(_currentSessionLogs);
}