void eachShapeCallback(Pointer<cpShape> shape, Pointer<Void> data, int callbackId) { _eachShape_callbacks[callbackId]!.call(Shape._createDartShape(shape)); }