BindDomAndRenderDartType typedef

BindDomAndRenderDartType = void Function(int domId, int engineId, int renderId)

Implementation

typedef BindDomAndRenderDartType = void Function(
  int domId,
  int engineId,
  int renderId,
);