playCount method

int playCount(
  1. String path
)

Implementation

int playCount(String path) => _playCounts[path] ?? 0;