Declaration

func export(to destinationURL: URL) throws

Declaration

- (BOOL) exportToURL:(NSURL *) destinationURL error:(NSError **) error;

Declaration

exportToURL_error_(destinationURL: NSURL) -> tuple[bool, NSError]