call method

TopicNotesProvider call(
  1. String topicId
)

See also topicNotes.

Implementation

TopicNotesProvider call(String topicId) {
  return TopicNotesProvider(topicId);
}