onHandleCreated property
Optional callback invoked after a handle is created, before blocking execution begins.
Implementation
final void Function(int handleId)? onHandleCreated;
Optional callback invoked after a handle is created, before blocking execution begins.
final void Function(int handleId)? onHandleCreated;