dispose method
The function should release the elements when the class is closed
Implementation
@mustCallSuper
Future<void> dispose() async {}
The function should release the elements when the class is closed
@mustCallSuper
Future<void> dispose() async {}