onHandleCreated property

void Function(int handleId)? onHandleCreated
final

Optional callback invoked after a handle is created, before blocking execution begins.

Implementation

final void Function(int handleId)? onHandleCreated;