CustomLoggerFunction typedef

CustomLoggerFunction = Void Function(Pointer<Char> str)

Implementation

typedef CustomLoggerFunction = ffi.Void Function(ffi.Pointer<ffi.Char> str);