back method

void back()

Equivalent to calling go with -1.

Implementation

void back() => go(-1);