pub unsafe extern "C" fn Dart_HandleMessage() -> Dart_Handle
Expand description

Handles the next pending message for the current isolate.

May generate an unhandled exception error.

\return A valid handle if no error occurs during the operation.