dispose method

void dispose()

Releases the handles. Call in the test's teardown.

Implementation

void dispose() {
  listScroll.dispose();
  aTaps.dispose();
}