dispose method

void dispose()

Clean up after the Assets Manager

Implementation

void dispose() {
  _assets = null;
}