call method

LearningPathDetailProvider call(
  1. String pathId
)

See also learningPathDetail.

Implementation

LearningPathDetailProvider call(String pathId) {
  return LearningPathDetailProvider(pathId);
}