dispose method

void dispose()

Disposes of all resources and clears the field and global key maps.

Implementation

void dispose() {
  _fieldManager.dispose();
}