closeSync method Null safety
Closes the controller and delivers a done event.
Closes the controller like close and attempts to deliver a "done" event immediately. Delivery can be delayed if other previously added events are still pending delivery, if the subscription is paused, or if the subscription isn't listening yet.
Implementation
void closeSync();