dispose method

Future<void> dispose()

Implementation

Future<void> dispose() async {
  await initialize();
  await _backend.dispose();
}