FatalError method

void FatalError(
  1. Pointer<Char> msg
)

Implementation

void FatalError(ffi.Pointer<ffi.Char> msg) => _FatalError(msg).check();