NativeLocalPrint typedef

NativeLocalPrint = Void Function(Pointer<Uint8> str)

Implementation

typedef NativeLocalPrint = ffi.Void Function(ffi.Pointer<ffi.Uint8> str);