close method
Override this method to release any resources created in prepare.
This method is invoked when the owning Application is stopped. It closes open ports that this application was using so that the application can be properly shut down.
Implementation
Future<void> close() async {}