DartParseHTML typedef

DartParseHTML = void Function(int contextId, Pointer<Utf8> code, int length)

Implementation

typedef DartParseHTML = void Function(
    int contextId, Pointer<Utf8> code, int length);