dispose method

Future<void> dispose()

Release the underlying native resources.

Implementation

Future<void> dispose() async => _composer.dispose();