startBlockTimer method Null safety

dynamic startBlockTimer()

Implementation

startBlockTimer() => _blockTimer == null ? _startBlockTimer() : null;