close static method

void close()

Close android window.

Implementation

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