dispose method

Future<void> dispose()

Disposes of all resources

Implementation

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