DartAllocateNewPage typedef
DartAllocateNewPage =
void Function(double, int, Pointer<Void> , Object object, Pointer<NativeFunction<HandleAllocateNewPageResult> > handle_result)
Implementation
typedef DartAllocateNewPage = void Function(
double, int, Pointer<Void>, Object object, Pointer<NativeFunction<HandleAllocateNewPageResult>> handle_result);