pub unsafe extern "C" fn Dart_HasLivePorts() -> bool
Expand description

Does the current isolate have live ReceivePorts?

A ReceivePort is live when it has not been closed.