close method

void close()

Implementation

void close() {
  throw UnsupportedError('not implemented: MySqlDb.close()');
}