endusershell function

void endusershell()

Implementation

void endusershell() {
  _endusershell ??= Libc()
      .dylib
      .lookupFunction<ffi.Void Function(), _dart_endusershell>('endusershell');
  return _endusershell!();
}