readingTimeWithSpeed method
Calculate reading time with custom words per minute.
Implementation
ReadingTimeResult readingTimeWithSpeed(int wordsPerMinute) =>
calculateReadingTime(this, wordsPerMinute: wordsPerMinute);
Calculate reading time with custom words per minute.
ReadingTimeResult readingTimeWithSpeed(int wordsPerMinute) =>
calculateReadingTime(this, wordsPerMinute: wordsPerMinute);