dispose method

  1. @mustCallSuper
Future<void> dispose()

The function should release the elements when the class is closed

Implementation

@mustCallSuper
Future<void> dispose() async {}