dispose static method

void dispose()

Clean up after the Assets Manager

Implementation

static void dispose() {
  _assets = null;
}