In Java, we can do something like overriding finalize (), in C ++ we can do something like ~ Someclass (),
But how can I do this in a dart, I read the document at https://www.dartlang.org/ , but did not find the answers.
destructor dart angular-dart
Dongyu jia
source share