fetchNarrationById method

Future<Narration?> fetchNarrationById(
  1. int narrationId
)

Implementation

Future<Narration?> fetchNarrationById(int narrationId) => _narrationRepository.fetchNarrationById(narrationId);