setPausedAtForTest method
Override the paused-at timestamp for testing purposes.
Implementation
@visibleForTesting
void setPausedAtForTest(int? ms) => _pausedAtMs = ms;
Override the paused-at timestamp for testing purposes.
@visibleForTesting
void setPausedAtForTest(int? ms) => _pausedAtMs = ms;