destroy method
Implementation
@override
void destroy() {
super.destroy();
subscriptions.forEach((String key, _QuerySubscription sub) {
sub.destroy();
});
}
@override
void destroy() {
super.destroy();
subscriptions.forEach((String key, _QuerySubscription sub) {
sub.destroy();
});
}