dispose static method

dynamic dispose()

Dispose the APIManager instance

Implementation

static dispose() {
  _instance = null;
}