back method

void back()

Implementation

void back() => frameCount > 0 ? subFrames(1) : null;