free method

void free()

Calls free on the underlying js api

Implementation

void free() => _obj.free();