close function

void close()

Close android window.

Implementation

void close() {
  _api.close();
}