DartCollectNativeProfileData typedef

DartCollectNativeProfileData = void Function(Pointer<Void> pagePtr, Pointer<Pointer<Utf8>> data, Pointer<Uint32> len)

Implementation

typedef DartCollectNativeProfileData = void Function(
    Pointer<Void> pagePtr, Pointer<Pointer<Utf8>> data, Pointer<Uint32> len);