DartLogHookFunction typedef

DartLogHookFunction = void Function(int level, Pointer<Char> tag, Pointer<Char> message)

Implementation

typedef DartLogHookFunction = void Function(
  int level,
  ffi.Pointer<ffi.Char> tag,
  ffi.Pointer<ffi.Char> message,
);