removeFileAtPath_handler_ method

bool removeFileAtPath_handler_(
  1. NSString path,
  2. NSObject? handler
)

Implementation

bool removeFileAtPath_handler_(NSString path, NSObject? handler) {
  return _lib._objc_msgSend_453(_id, _lib._sel_removeFileAtPath_handler_1,
      path._id, handler?._id ?? ffi.nullptr);
}