dispose method

void dispose()

Frees the memory associated with the frame.

Implementation

void dispose() => frame.dispose();