DartCustomLoggerFunction typedef

DartCustomLoggerFunction = void Function(Pointer<Char> str)

Implementation

typedef DartCustomLoggerFunction = void Function(ffi.Pointer<ffi.Char> str);