DartLocalPrint typedef

DartLocalPrint = void Function(Pointer<Uint8> str)

Implementation

typedef DartLocalPrint = void Function(ffi.Pointer<ffi.Uint8> str);